home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts26-13
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: Help defining (using) two parameters of a function call.
- Date: Tue, 06 Feb 96 22:26:50 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4f8k9d$ffl@sam.inforamp.net>
- References: <4eu7vc$qlo@morgoth.sfu.ca>
- NNTP-Posting-Host: ts26-13.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4eu7vc$qlo@morgoth.sfu.ca>,
- rschiema@news.sfu.ca (Ryan Bradley Schieman) wrote:
- >
- >Help!! I am making a call to an FTP.dll (am using BC++ and WFW3.11). I am
- >just trying to log on to a site but can't seem to get the parameters
- straight.
- >
- >
- >The call is FtpLogin(LPSTR szHost,LPSTR szUser,LPSTR szPass,
- > HWND hWnd, WMSG wMsg)
- >
-
- HWND is a handle to a (Microsft Windows) window. Associated with TWindow
- class in Borland C++. WMSG is the defined message type you want sent to the
- window. Basically, the function wants to know which messages queue you want
- the FTP messages sent to and what message type you want sent. This way your
- program can simply process the FTP messages the same way it processes
- windowing messages. I'm not familiar with the FTP.dll, so my word is not law.
-
- Agrivar
-